home *** CD-ROM | disk | FTP | other *** search
- Path: btree.is.brooktree.com!usenet
- From: sasha@brooktree.com (Alex Bakaev)
- Newsgroups: comp.lang.c++
- Subject: Re: BASM; in TC++
- Date: Mon, 04 Mar 1996 20:45:35 GMT
- Organization: Brooktree Corporation
- Message-ID: <4hfkus$12u@btree.brooktree.com>
- References: <31383B22.A13@algonet.se>
- NNTP-Posting-Host: komissar.is.brooktree.com
- X-Newsreader: Forte Free Agent v0.46
-
- Marcus G Johansson <astro1@algonet.se> wrote:
-
- >I've been trying to write some assembler in TC++ (BASM), but I can't write
- >labels, no matter how I write em (tried lot's of ways) it don't work.. Either I
- >declared it wrong or it's not existing when I make the jump, so how do I do it?
-
- >/Marcus
-
-
- asm {
- ...
- jnc label
- }
-
- label:
- asm {
- ...
- }
-
- Alex
-
-